home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / sbeng.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  239 b   |  15 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     cursor([901, 902])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   if the movieTime of sprite 1 = the duration of cast 1 then
  8.     InVis(1)
  9.     unLoadCast(1)
  10.     go(the frame + 1)
  11.   else
  12.     Loopframe()
  13.   end if
  14. end
  15.